home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16754 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: www.cybercity.dk!usenet
  2. From: ccc4864@vip.cybercity.dk (Alexander Stigsen)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++
  4. Subject: Re: Linked Lists
  5. Date: Wed, 10 Apr 1996 19:49:42 GMT
  6. Organization: CyberCity of Denmark
  7. Message-ID: <4kg3lr$kji@vip.cybercity.dk>
  8. References: <4k2kom$k5r@news2.cts.com> <31667AC8.4EE2@mindlink.bc.ca>
  9. NNTP-Posting-Host: 194.16.56.124
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. John Lutz wrote:
  13. >   I would like to store all the objects in a linked list for a given window. I
  14. > would like for the linked list to handle the dynamic allocation of these
  15. > object and return the pointer to the subclass that is allocating the objects
  16. > on the linked list. I would like for the linked list class to delete all
  17. > objects dynamically.
  18.  
  19. Ken Griggs have made an optimized CList object which he gives out
  20. as freeware. You can check out his description of it on his site:
  21. http://ulc194.residence.gatech.edu/MSVC.html
  22. I don't think that the code is online right now, but I guess that you
  23. could write to him and ask for it.
  24.  
  25.  
  26.  
  27.